gfx-backend-dx11 0.7.0

DirectX-11 API backend for gfx-rs
docs.rs failed to build gfx-backend-dx11-0.7.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

gfx_device_dx11

DX11 backend for gfx.

Normalized Coordinates

Render Depth Texture
render_coordinates depth_coordinates texture_coordinates

Binding Model

Writable storage bindings:

  1. Binding: 0 .. D3D11_PS_CS_UAV_REGISTER_COUNT

Other bindings:

  1. Shader stage: vs, fs, cs
  2. Register: constant buffers (CBV), shader resources (SRV), samplers
  3. Binding (tight)

Mirroring

TODO